home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
smfdoor
/
frmfind.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-08-13
|
1KB
|
44 lines
VERSION 5.00
Begin VB.Form frmFind
BackColor = &H80000012&
BorderStyle = 1 'Fixed Single
Caption = "Find"
ClientHeight = 2010
ClientLeft = 4335
ClientTop = 2550
ClientWidth = 2355
ForeColor = &H00000000&
Icon = "frmFind.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2010
ScaleWidth = 2355
Begin VB.CommandButton cmdDone
Caption = "Done"
Height = 375
Left = 120
TabIndex = 1
Top = 1440
Width = 1935
End
Begin VB.Label Label1
BackColor = &H80000012&
Caption = $"frmFind.frx":08CA
ForeColor = &H000000FF&
Height = 1335
Left = 120
TabIndex = 0
Top = 120
Width = 2055
End
Attribute VB_Name = "frmFind"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdDone_Click()
frmFind.Hide
frmEdit.Show
End Sub